-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pagination: bug fixes for simplified pagination #581
fix: pagination: bug fixes for simplified pagination #581
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 0251d80:
|
Show simplified pagination only when there is more than one page
dd74019
to
f191f97
Compare
use pageSize prop instead of pageSizes
there is some extra padding on the top in case of simplified pagination
f191f97
to
646a52d
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #581 +/- ##
=======================================
Coverage ? 84.81%
=======================================
Files ? 792
Lines ? 17144
Branches ? 6045
=======================================
Hits ? 14540
Misses ? 2538
Partials ? 66 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
When there is single page for simplified pagination, show the last page
9120ffe
to
dc14546
Compare
…om:rnori-eightfold/octuple into rnori-eightfold/simplified-pager-bug-fixes
Controls number of pages displayed b/w ... buttons
dfca9d0
to
0251d80
Compare
|
SUMMARY:
pageSizes
prop only whenlayout
hasPaginationLayoutOptions.Sizes
JIRA TASK (Eightfold Employees Only):
N/A
CHANGE TYPE:
TEST COVERAGE:
TEST PLAN:
Pull the PR branch and run
yarn
,yarn storybook
. Verify all types of Pagination, Carousel behave as expected.